home *** CD-ROM | disk | FTP | other *** search
/ Nebula 2 / Nebula Two.iso / Drivers / play3401 / play3401-1.2.README < prev    next >
Text File  |  1994-03-02  |  2KB  |  48 lines

  1. NOTE: This archive was compressed using GNU gzip.  Gzip achieves
  2. considerably better compression rates and higher decompression speeds
  3. than compress, but it is not installed on machines running operating
  4. system versions older than NeXTstep 3.1.  You can get it from
  5. prep.ai.mit.edu and many other fine anon ftp sites.
  6.  
  7.         Play3401 1.2
  8.         ============
  9.  
  10. This is the third public release of play3401.  Play3401 is a program
  11. which reads the contents audio CDs, transfers them digitally over the
  12. SCSI bus to the NeXT itself and then plays them on the host system.
  13. As currently there is not yet a standard set of SCSI commands for this
  14. task, all the CD ROM drives which can do this do it in mutually
  15. incompatible ways.  As a consequence this reader work only with the
  16. Toshiba 3401 series of CD ROM drives.
  17.  
  18. Play3401 needs to access the raw CD which on NeXTs is only possible
  19. for root.  As a consequence it needs to be run either by root himself,
  20. or has to be installed SUID root.  "make install" by root will install
  21. play3401 properly for general usage.
  22.  
  23. Play3401 has been heavily optimized to use as little CPU time as
  24. possible to the point that virtually all its CPU load is caused by
  25. system call overhead.  This still leaves a CPU load of about 15% on a
  26. 25 MHz mono slab in addition to an unspecified load on the SCSI bus.
  27. So probably you'll not want to run play3401 while recompiling the
  28. operating system or doing 3D animation , but for use with low-impact
  29. tasks like news/mail reading/writing, text editing or an occasional
  30. compile, it'll work just fine.
  31.  
  32. If you find any bugs or have any problems feel free to email me.
  33.  
  34.         Carl Edman                                         2-3-93
  35.         <cedman@princeton.edu>
  36.  
  37.  
  38. Changes between V1.2 and V1.1:
  39. ==============================
  40. - There is a slightly better chance that play3401 will work on NS/FIP
  41. hardware.
  42.  
  43. - Play3401 will now also record samples directly off the CD to a
  44. standard NS sound file.
  45.  
  46. - A number of minor bugs were fixed including one which made play3401s
  47. track numbering unreliable.
  48.